.popover-content{ color: #000000 !important;/*black color*/ } .circle:before { content: '\25CF'; font-size: 50px; } .color_green{ color: green !important; } .color_red{ color: red !important; } .color_grey{ color: grey !important; } /* .grid-stack>.grid-stack-item>.dropdownmenu_fix{ z-index: 1 !important; overflow: visible !important; position:absolute; } */ .treeView ul{ margin-bottom: 0px; border: 0px; } .treeView ul li{ padding-bottom: 0px; padding-right: 5px; border: 0px; cursor: pointer; color: #428bca; white-space: nowrap; } .treeView ul li .link:hover{ color: #FFFFFF; background-color: #428bca; } .flexcontainer { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; /* You can set flex-wrap and flex-direction individually */ -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; /* Or do it all in one line with flex flow */ -webkit-flex-flow: row wrap; flex-flow: row wrap; /* tweak the where items line up on the row */ /* valid values are: flex-start, flex-end, space-between, space-around, stretch */ -webkit-align-content: flex-end; align-content: flex-end; } .treeDataView .panel{ margin: 10px; } .aligh-top>tr>td{ vertical-align: top; } .center-horizontal{ text-align: center; } .inline{ display: inline-flex !important; } .panel-heading { border-bottom: 0px !important; } .dropdown-submenu { position: relative; } .disabled :after { display:block; position:absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.4); border-radius: 5px; } .link{ cursor: pointer; color: #428bca; white-space: nowrap; } .link:hover{ color: #FFFFFF; background-color: #428bca; } .popover { max-width: 50em !important; } .modal-dialog{ display: table; width: auto; min-width: 600px; } .grid-stack>.grid-stack-item>.grid-stack-item-content{ overflow-x: auto; } .imageMapBox{ border: 5px solid #428bca; background-color: rgba(255, 255, 255, 0.5); border-radius: 10px; padding: 5px; } .imageMapBox:hover{ background-color: rgba(255, 255, 255, 1.0); } .dropZone{ padding: 10px; background: rgba(48, 115, 172, 0.18); border: 2px dashed rgb(48, 114, 170); transition: background 0.3s ease-in-out; transition-property: background; transition-duration: 0.3s; transition-timing-function: ease-in-out; transition-delay: initial; border-radius: 20px; margin-top: 5px; } .dropZone:before { content:"Drag & Drop an image here"; position: absolute; top: 50%; right: 19%; transform: translate(-50%, -25px); } .dragging{ background: rgba(48, 115, 172, 0.60); } .kpi-icon { display: inline-block; width: 20px; height: 20px; background-image: url(../icons/kpi-60x60.png); background-size: 20px 20px; } .metric-icon { display: inline-block; width: 20px; height: 20px; background-image: url(../icons/metric-60x60.png); background-size: 20px 20px; } .goal-strategic-icon { display: inline-block; width: 20px; height: 20px; background-image: url(../icons/goal-strategic-60x60.png); background-size: 20px 20px; } .goal-operational-icon { display: inline-block; width: 20px; height: 20px; background-image: url(../icons/goal-operational-60x60.png); background-size: 20px 20px; } .loading { width: 100%; height: 100%; background: rgba(0,0,0,.05) url(../icons/loading.gif) center center no-repeat; }